
/* CSS Document */
ul{ list-style:none;}
/*选项卡1*/
#tab1{
width:1004px;
margin:0px;
padding:0px;
}

/*菜单class*/
.R_block {
width:660px;
background: #952b2b;
height:40px;
line-height:40px;
margin-left:140px;
}
.R_block ul{
margin:0px;
padding:0px;
}
.R_block li{
	float: left;
	display: block;
	cursor: pointer;
	width: 218px;
	text-align: center;
	color: #fff6e4;
	font-weight: bold;
	height: 40px;
	line-height: 40px;

	font-family: "微软雅黑";
	font-size: 18px;
	background-color:#952b2b;
	border: 1px #fff6e4 solid;
}
.R_block li.hover{
	padding: 0px;
	width: 218px;
	font-family: "微软雅黑";
	color: #fff6e4;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	border: 1px #fff6e4 solid;
	background-color: #6e0001;
}
.contact{
	clear: both;
	margin-top: 30px;
	padding-top:0px;
	background-color:#fff;
	overflow:hidden;
}